Added a method to perform POST Form Upload#163
Open
edwinpjacques wants to merge 3 commits intomainfrom
Open
Conversation
Added TestInvalidProxy test. Reduced a line length to comply with CI rule. Added a method to set SSL Key password and added some missing Doxygen headers. Updated README, updated test proxy address, added a test to increase coverage and fixed code style. Added a method to perform a post form upload. Fixed code indentation to comply with Cpplint. Added web proxy tunneling support. this adds support for using proxies corresponding to the CURLOPT_PROXY and CURLOPT_HTTPPROXYTUNNEL config options in libcurl. default to 10s timeout in unit tests Added web proxy tunneling support. Added TestInvalidProxy test. Reduced a line length to comply with CI rule. Updated README, updated test proxy address, added a test to increase coverage and fixed code style. Added a method to set SSL Key password and added some missing Doxygen headers. Updated an info in README.md
Fixed code indentation to comply with Cpplint. Moved PostFormInfo from Helpers to RestClient namespace. Fixed PostFormInfo indentation.
Contributor
Author
|
@embeddedmz your feedback is appreciated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added a method to perform POST Form Upload. Resolves #69
Incorporates all review feedback.
Checklist
Not all of these might apply to your change but the more you are able to check
the easier it will be to get your contribution merged.